home *** CD-ROM | disk | FTP | other *** search
- on answerHilite
- repeat with T = 1 to the number of chars in field "phone"
- if char T of field "phone" <> "-" then
- set phoneSound to char T of field "phone"
- set tempSprite to integer(phoneSound) + 22
- set phoneSound to phoneSound & ".s"
- puppetSound(phoneSound)
- set the castNum of sprite tempSprite to the castNum of sprite tempSprite + 1
- updateStage()
- repeat while soundBusy(1)
- end repeat
- wait(30)
- set the castNum of sprite tempSprite to the castNum of sprite tempSprite - 1
- updateStage()
- wait(10)
- end if
- end repeat
- wait(15)
- end
-